home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GAMES / P_ROBO31 / DEFAULT.CFG < prev    next >
Text File  |  1993-01-30  |  630b  |  12 lines

  1. {Option Points must total 10 points!!}
  2. Radar := 2;          {Maximum range for robot's scanner -- 600 meters}
  3. Fuel := 2;           {Maximum fuel for robot's -- 1250 "jiggers"}
  4. Engine := 2;         {Type of engine for robot -- Standard engine}
  5. Armor := 1;          {Type of Armor for robot -- Medium armor}
  6. Warheads := 1;       {Type of Missile for robot -- Normal warheads}
  7. Bombs := 0;          {Determines the number of Bombs for robot -- no bombs}
  8. Shielding := 2;      {Default -- Robot has Shielding}
  9. Cloaking := 0;       {Default -- Robot has NO Cloaking}
  10. Repairing := 0;      {Default -- Robot has NO Repair Kit}
  11.  
  12.